home *** CD-ROM | disk | FTP | other *** search
- /*
- * Sample source file for "chaos" -- a "a lotto" program tuned for
- * playing Oregon Megabucks and Lotto America. This can easily be
- * tuned to play another other state lottery. How to use: type
- * "chaos lotto", and select "a" (for "again") as many times as
- * you like, until a set of numbers comes up that you like. These
- * numbers are the actual numbers that have come up in the lottery
- * lately -- by adding each weeks numbers onto this list, you can
- * customize this to any state lottery so that it prefers the most
- * likely numbers for that lottery.
- */
- winners : {Picking 6 out of 44 numbers: $m1 $m2 $m3 $m4 $m5 $m6
- Picking 6 out of 54 numbers: $l1 $l2 $l3 $l4 $l5 $l6}
- ;
-
- m1: {4} | {2} | {6} | {2} | {6} | {5} | {2} | {6} ;
- m2: {11} | {12} | {7} | {11} | {12} | {10} | {24} | {7} ;
- m3: {12} | {24} | {27} | {20} | {14} | {22} | {30} | {15} ;
- m4: {22} | {28} | {34} | {26} | {15} | {25} | {36} | {30} ;
- m5: {27} | {36} | {38} | {31} | {39} | {37} | {41} | {31} ;
- m6: {40} | {39} | {40} | {41} | {42} | {41} | {43} | {35} ;
-
- l1: {3} | {7} | {1} | {7} | {12} | {4} | {12};
- l2: {17} | {14} | {8} | {18} | {17} | {13} | {16};
- l3: {21} | {27} | {25} | {19} | {22} | {18} | {33};
- l4: {24} | {43} | {28} | {43} | {40} | {21} | {41};
- l5: {39} | {48} | {43} | {45} | {47} | {48} | {44};
- l6: {47} | {51} | {54} | {51} | {48} | {42} | {54};
-